Vcenter Compute Policies CreateSpec

Vcenter Compute Policies CreateSpec
Vcenter Compute Policies CreateSpec

The Vcenter Compute Policies CreateSpec schema contains common information used to create a new policy.

This schema was added in vSphere API 7.0.3.0.

JSON Example
{
    "capability": "string",
    "name": "string",
    "description": "string"
}
string
capability
Required

Identifier of the capability this policy is based on.

This property was added in vSphere API 7.0.3.0.

if missing or null, then the name of capability schema will be used to distinguish the policy type.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.vcenter.compute.policies.Capability. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.vcenter.compute.policies.Capability.

string
name
Required

Name of the policy. The name needs to be unique within this vCenter server.

This property was added in vSphere API 7.0.3.0.

string
description
Required

Description of the policy.

This property was added in vSphere API 7.0.3.0.